Socket
Socket
Sign inDemoInstall

md5

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md5

js function for hashing messages with MD5


Version published
Weekly downloads
6.1M
decreased by-16.53%
Maintainers
2
Weekly downloads
 
Created

What is md5?

The md5 npm package is a JavaScript function for hashing messages with MD5. It is often used to create 128-bit hash values, typically expressed as a 32 character hexadecimal number. It's commonly used for checksums, message digests, and fingerprints.

What are md5's main functionalities?

Generate MD5 hash

This feature allows you to generate an MD5 hash from a given string. The code sample demonstrates how to hash the string 'message'.

"use strict"; const md5 = require('md5'); console.log(md5('message'));

Other packages similar to md5

FAQs

Package last updated on 02 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc